Objects Types and Constants Properties Methods Object Hierarchy Index

DefaultFilePath Property

Description:

Returns the default path TurboCAD uses when it opens files.

Syntax:

C++:
#include "imsigx.h"

HRESULT hr = pObject->get_DefaultFilePath(lcid, &prop1);
HRESULT hr = pObject->put_DefaultFilePath(lcid, prop2);

Visual Basic:
prop1 = object.DefaultFilePath()
object.DefaultFilePath() = prop2

/r/n

Parts:

lcid

long

[in][lcid]

The locale ID.

prop1

BSTR

[out][retval]

The path, as a string.

prop2

BSTR

[in]

The path, as a string.

Defined in:

ApplicationOptions


Objects Types and Constants Properties Methods Object Hierarchy Index

SDK Top API Reference TurboCAD Home Page TurboCAD Programming Forums